Package pl. wendigo. chrome. api. cachestorage
Contains DevTools Protocol CacheStorage domain implementation accessible via CacheStorageDomain class.
Types
CachedResponse
Link copied to clipboard
CachedResponseType
Link copied to clipboard
CacheStorageDomain
Link copied to clipboard
DataEntry
Link copied to clipboard
DeleteCacheRequest
Link copied to clipboard
DeleteEntryRequest
Link copied to clipboard
RequestCachedResponseRequest
Link copied to clipboard
data class RequestCachedResponseRequest(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)
Content copied to clipboard
Represents request frame that can be used with CacheStorage#requestCachedResponse operation call.
RequestCachedResponseResponse
Link copied to clipboard
RequestCacheNamesRequest
Link copied to clipboard
RequestCacheNamesResponse
Link copied to clipboard
RequestEntriesRequest
Link copied to clipboard
data class RequestEntriesRequest(cacheId: CacheId, skipCount: Int?, pageSize: Int?, pathFilter: String?)
Content copied to clipboard
Represents request frame that can be used with CacheStorage#requestEntries operation call.
RequestEntriesResponse
Link copied to clipboard
data class RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)
Content copied to clipboard
Represents response frame that is returned from CacheStorage#requestEntries operation call.